home *** CD-ROM | disk | FTP | other *** search
/ The Best of MacTutor - S…e Code for Volumes 1 to 5 / The Best of MacTutor - Source Code for Volume 1-5 (Wayzata Technology)(6031)(1990).bin / Source Code / #49 (Oct 89) / Driver Code / PDDF.r < prev    next >
Text File  |  1987-12-23  |  149b  |  8 lines

  1. type 'PDDF' {
  2.     integer = $$CountOf(PumpArray) - 1;
  3.     wide array PumpArray {
  4.         char;            /*What is sent*/
  5.         byte;            /*Format - 1=Hex, 0=Integer*/
  6.     };
  7. };
  8.